home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 481 < prev    next >
Internet Message Format  |  1996-08-06  |  984b

  1. Path: news.intr.net!news
  2. From: rodhew@intr.net (Rod Hewitt)
  3. Newsgroups: comp.std.c,comp.lang.c,comp.lang.basic.visual.misc
  4. Subject: Re: DLLs
  5. Date: Sat, 02 Mar 1996 18:31:15 GMT
  6. Organization: Internet Interstate
  7. Message-ID: <3138938a.225633183@news.intr.net>
  8. References: <NEWTNews.825739945.5620.david@baldar.abs.net>
  9. NNTP-Posting-Host: pepe19.intr.net
  10. X-Newsreader: Forte Agent .99d/32.168
  11.  
  12. david@baldar.abs.net wrote:
  13.  
  14. >
  15. >Are there any good references out there on writing DLLs?  I just got MS C++ 
  16. >4.0.  Writing the .c is easy.  But the .def and .mak still eludes me (the 
  17. >online notes with MS C++ leave something to be desired).  Any recommendations? 
  18. >  Thanks.
  19.  
  20. If your targetting the DLL at VB, I'd recommend you forget about DLLs
  21. and write OCXes instead. The App Wizard and Class Wizard make it very
  22. easy to write C++ code that interfaces to VB. Plus with OCXes you can
  23. easily fire events in VB and not have to worry about a ton of Define
  24. Function statements.
  25.  
  26. Regards,
  27. Rod
  28.  
  29.